GetCurrentLineNumber

Syntax:

GetCurrentLineNumber()

Description:
Returns the line number of the currently running task. The line number returned is in the context of the Task not the BASIC script (if any)

Parameter Description

(no parameters)

Example:

Sub Main
 MsgBox GetCurrentLineNumber()
End Sub

See Also:

GetCurrentTagText

GetLastStepExecutionTimeMin

GetLastStepExecutionTimeMS

GetLastStepExecutionTimeSec

GetTaskExecutionTimeMin

GetTaskExecutionTimeMS

GetTaskExecutionTimeSec

TaskId